home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / master04.dxr / 00028.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  464 b   |  16 lines

  1. on enterFrame
  2.   global k, s20, s60
  3.   if k = 0 then
  4.     set the visible of sprite 22 to 1
  5.     animate("a04-3vx.wav", 22, "a04-301t.bmp", 2, s60, EMPTY)
  6.     animate(EMPTY, 22, "a04-301t.bmp", 2, s60, EMPTY)
  7.     animate(EMPTY, 22, "a04-301t.bmp", 10, s60, EMPTY)
  8.     set the visible of sprite 22 to 0
  9.     puppetSprite(22, 0)
  10.     set k to 1
  11.     puppetSprite(21, 1)
  12.     set the castNum of sprite 21 to the number of member "a04-310t.bmp"
  13.     updateStage()
  14.   end if
  15. end
  16.